JAMSRESTAPI Web Service
PostSupport_ContactSupport
JAMSRESTAPI Web Service > All Operations Resource Group : Support_ContactSupport (Post)

Resource Path: /api/support/contact-support

Uri: http://doc.jamsscheduler.com/api/support/contact-support

Description
Send the data to HelpSystems via a WebService
Request

The request body is of type ContactSupportRequest.

ContactSupportRequest object that contains the contact support request details

Overview

ContactSupportRequest
companyName : string
name : string
emailAddress : string
phoneNumber : string
subject : string
comments : string
errorInfo : string
assemblyName : string
assemblyVersion : string
overrideUrl : string
Response

The response body is of type ContactSupportResponse.

OK

Overview

ContactSupportResponse
contactSupportFailed : boolean
contactSupportFailedMessage : string
validationLog : ValidationLogModel
hasErrors : boolean
exceptionCounter : integer
exceptionEntries : Array[ValidationExceptionEntry]
exceptionMessage : string
exceptionType : string
exceptionStackTrace : string
exceptionEntries : Array[ValidationExceptionEntry]
exceptionMessage : string
exceptionType : string
exceptionStackTrace : string
exceptionEntries : Array[ValidationExceptionEntry]
See Also
All Operations Resource GroupJAMSRESTAPI Web Service